home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / hardware / vector-connection / doc / redirector.doc < prev    next >
Encoding:
Text File  |  1995-03-09  |  6.2 KB  |  247 lines

  1.  
  2.                      V E C T O R - C O N N E C T I O N
  3.                      =================================
  4.  
  5.                                  ReDirector
  6.                                  ==========
  7.  
  8.                                   COPYRIGHT
  9.  
  10.                REDIRECTOR © 1993, 1994  Henning Schmiedehausen
  11.                              All rights reserved
  12.  
  13. *****************************************************************************
  14.  
  15. This is not Public Domain  nor freely distributeable or Shareware!  This is a
  16. commercial  program  and  if  you  didn't  get  it  with one of the following
  17. products:
  18.  
  19. - Vector Connection Interface Board, HK Computer Köln
  20. - Ariadne Ethernet Board, VillageTronic Marketing GmbH, Hannover
  21.  
  22. then you probably got a pirate copy.  Please delete.
  23.  
  24. *****************************************************************************
  25.  
  26. Dies  ist weder FD, PD oder Shareware Software.  Dieses ist ein kommerzielles
  27. Programm und wird nur mit folgenden Produkten ausgeliefert:
  28.  
  29. - Vector Connection Interface Board, HK Computer, Köln
  30. - Ariadne Ethernet Board, VillageTronic Marketing GmbH, Hannover
  31.  
  32. Sollten  sie  es  nicht zusammen mit einem solchen Produkt erhalten haben, so
  33. haben sie mit ziemlicher Sicherheit eine Raubkopie.  Bitte löschen sie diese.
  34.  
  35. *****************************************************************************
  36.  
  37. 1. Installation
  38. ===============
  39.  
  40. ReDirector  is  copied  to SYS:WBStartUp while installing your software.  Its
  41. prefs file is copied to ENVARC:.  It is intended to be run as a Commodity and
  42. should be started at boot time.
  43.  
  44.  
  45. 2. What it does
  46. ===============
  47.  
  48. After  installation  and  startup,  ReDirector  gives  you  the following new
  49. device/unit combinations:
  50.  
  51.  
  52. Vector Connection I/O Board:
  53.  
  54. System-Device             | is redirected to
  55. --------------------------+-------------------------
  56. serial.device, Unit 1     | vectorser.device, Unit 0
  57. serial.device, Unit 2     | vectorser.device, Unit 1
  58. serial.device, Unit 3     | vectorser.device, Unit 2
  59. serial.device, Unit 4     | vectorser.device, Unit 3
  60. parallel.device, Unit 1   | vectorpar.device, Unit 0
  61. parallel.device, Unit 2   | vectorpar.device, Unit 1
  62.  
  63.  
  64. Ariadne Ethernet Board:
  65.  
  66. System-Device             | is redirected to
  67. --------------------------+-------------------------
  68. parallel.device, Unit 1   | theseus.device, Unit 0
  69. parallel.device, Unit 2   | theseus.device, Unit 1
  70.  
  71.  
  72. If  a  program  accesses  'parallel.device',  Unit  1,  then  the  access  is
  73. redirected to Port 0 of your I/O board.
  74.  
  75. In  the future, you can always use 'parallel.device' and 'serial.device' with
  76. different units to access the ports on your I/O board.
  77.  
  78.  
  79. 3. Usage
  80. ========
  81.  
  82. 3.1 Gadgets
  83. ===========
  84.  
  85. 3.1.1 The 'Checked Devices' Listview and its control buttons
  86. ------------------------------------------------------------
  87.  
  88. a) 'Checked Devices'
  89.  
  90. This  Listview  shows  all  actual  redirections.  If you click at one of the
  91. shown combinations, it is copied into the Edit-Gadgets below.
  92.  
  93.  
  94. b) 'Add' (Keyboard-Shortcut: a)
  95.  
  96. Adds a new redirection from the Edit-Gadgets into the Listview
  97.  
  98.  
  99. c) 'Del' (Keyboard-Shortcut: d)
  100.  
  101. Deletes the selected redirection from the Listview.
  102.  
  103.  
  104. d) 'Sort' (Keyboard-Shortcut: o)
  105.  
  106. Sorts  the  redirections in an alphabetical order.  This is just for cosmetic
  107. reasons.
  108.  
  109.  
  110. 3.1.2 The Edit-Gadgets
  111. ----------------------
  112.  
  113.  
  114. e) 'Original Device' und 'Original Unit'
  115.  
  116. Here  you  enter  Device  Name  and  Unit,  which  should  be  intercepted by
  117. ReDirector.
  118.  
  119. e.g.  'parallel.device, Unit 1'
  120.  
  121.  
  122. f) 'Replacement Device' und 'Replacement Unit'
  123.  
  124. Here you enter the device and unit which should be opened.
  125.  
  126. e.g. 'vectorpar.device, Unit 0'
  127.  
  128.  
  129. 3.1.3 The Control-Gadgets
  130. -------------------------
  131.  
  132.  
  133. g) 'Save' (Keyboard-Shortcut: s)
  134.  
  135. Saves  the actual redirections and closes the window.  The program runs still
  136. in the background.
  137.  
  138.  
  139. h) 'Use' (Keyboard-Shortcut: u)
  140.  
  141. Closes the window. The actual redirections are used but not saved.
  142.  
  143.  
  144. i) 'Quit' (Keyboard-Shortcut: q)
  145.  
  146. Closes the window and removes the program from memory.
  147.  
  148.                                  IMPORTANT!
  149.  
  150. This  program SetFunction()'s an exec.library call.  For regular termination,
  151. the SetFunction() must be removed again.  If another program also patches the
  152. System call, then ReDirector can not remove its vector.
  153.  
  154. You will get the following requester text:
  155.  
  156.                    Sorry. The OpenDevice() vector has been
  157.                       patched. Can't remove my vector!
  158.                            The program continues.
  159.  
  160.  
  161. If  you  see  this  requester, then you can quit Redirector only if you first
  162. remove the other program.  In this case, 'QUIT' does not quit the program-
  163.  
  164.  
  165. 3.2 Menus
  166. =========
  167.  
  168. a) Open (Keyboard-Shortcut: Right Amiga +  O)
  169.  
  170. This opens a file requester which allows you to load a prefs file.
  171.  
  172. Default is 'ENVARC:ReDirector.prefs'.
  173.  
  174.  
  175. b) Save as (Keyboard-Shortcut: Right Amiga +  S)
  176.  
  177. This  also  opens  a file requester to select a name for saving a prefs file.
  178.  
  179. Default is 'ENVARC:ReDirector.prefs'.
  180.  
  181.  
  182. c) About (Keyboard-Shortcut: Right Amiga +  A)
  183.  
  184. Information about the program and the author.
  185.  
  186.  
  187. d) Hide (Keyboard-Shortcut: Right Amiga +  H)
  188.  
  189. This closes the window. Identical to 'Use' (see 3.1.3 h).
  190.  
  191.  
  192. e) Quit (Keyboard-Shortcut: Right Amiga +  Q)
  193.  
  194. Quits the program. Identical to 'Quit'  (see 3.1.3 i)
  195.  
  196.  
  197. f) Reset to Defaults (Keyboard-Shortcut: Right Amiga +  D)
  198.  
  199. Removes  all  current  redirections  and  adds  the default redirections (see
  200. above).
  201.  
  202.  
  203. g) Last Saved (Keyboard-Shortcut: Right Amiga +  L)
  204.  
  205. Loads  the ENVARC:ReDirector.prefs file.  This is the settings saved with the
  206. 'Save'-Gadget (see 3.1.3 g).
  207.  
  208.  
  209. h) Restore (Keyboard-Shortcut: Right Amiga +  R)
  210.  
  211. Discard all changes since the last opening of the window.
  212.  
  213.  
  214. i) Create Icons? (Keyboard-Shortcut: Right Amiga +  I)
  215.  
  216. If  this  item  is  checked,  an  .icon file is saved together with the prefs
  217. files.
  218.  
  219.  
  220. 3.3 Tooltypes
  221. =============
  222.  
  223. You  add all tooltypes in the icon file of the program.  You access this icon
  224. file from the workbench with the 'Information' Menu.
  225.  
  226. a) CX_PRIORITY
  227.  
  228. Start Priority of the program.
  229.  
  230.  
  231. b) CX_POPKEY
  232.  
  233. The key combination selected with this tooltype opens the Window.
  234.  
  235.  
  236. c) CX_POPUP
  237.  
  238. If  you  enter 'yes' or 'y', then the ReDirector preferences window is opened
  239. at startup time.
  240.  
  241.  
  242. d) CX_Left und CX_Top
  243.  
  244. Coordinates of the Left and Top edge of the preferences window.
  245.  
  246.  
  247.